home *** CD-ROM | disk | FTP | other *** search
/ Champak 125 / Vol 125 (Damaged).iso / games / orbox.swf / scripts / DefineSprite_198 / frame_5 / DoAction.as
Encoding:
Text File  |  2008-11-13  |  190 b   |  17 lines

  1. if(_root.m == 0)
  2. {
  3.    ck += 1;
  4. }
  5. else
  6. {
  7.    ck = 0;
  8. }
  9. if(this.hitTest(_root.pra.done) == true)
  10. {
  11.    if(ck > 0)
  12.    {
  13.       _root.x = _root.x1;
  14.       _root.y = _root.y1;
  15.    }
  16. }
  17.